(in_read_avail_input): New static variable to handle re-entrancy.
authorKim F. Storm <storm@cua.dk>
Tue, 17 Feb 2004 00:29:13 +0000 (00:29 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 17 Feb 2004 00:29:13 +0000 (00:29 +0000)
commit2ff876282e35fe335db5ce8e0ac882e79b8b67b0
tree9eb1b61fe616c6f2dcc802d089e628e974b8e35f
parentec9ba8ef871a44ea3ae74224db86b67f5d1bc650
(in_read_avail_input): New static variable to handle re-entrancy.
(read_avail_input): Change buf to pinter to read_avail_input_buf.
Use in_read_avail_input to handle re-entrance; when re-entered,
fully initialize and use tmp_buf array instead of read_avail_input_buf.
src/keyboard.c